home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / demos / OpenGL / fontflip / Makefile < prev    next >
Encoding:
Makefile  |  1996-11-11  |  650 b   |  25 lines

  1. #! smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. TARGETS = fontflip
  6.  
  7. GLDEBUG ?= no
  8. #if $(GLDEBUG) != "no"
  9. OPTIMIZER = -g
  10. #endif
  11.  
  12. # GLC requires GLU 1.2.  this is included in irix6.2.
  13. # for people still on irix5, a version of this program is available on 
  14. # the OpenGL(tm) Developer's CD, "Tasty Developer Toolbox -- OpenGL", 
  15. # March 1996 in /CDROM/demos/fontflip.  if you do not have, and would
  16. # like, a copy of this CD, please contact the developer program at
  17. # devprogram@sgi.com || 800/770-3033 || 415/933-3033 || fax: 415/969-6327
  18.  
  19. LLDLIBS = -lGLw -lGLC -lGLU -lGL -lXm -lXt -lXext -lX11 -lm
  20.  
  21.  
  22. default: $(TARGETS)
  23.  
  24. include $(COMMONRULES)
  25.